SetStyleSheetTextRequest

data class SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)

Represents request frame that can be used with CSS#setStyleSheetText operation call.

Sets the new stylesheet text.

See also

Constructors

SetStyleSheetTextRequest
Link copied to clipboard
fun SetStyleSheetTextRequest(styleSheetId: StyleSheetId, text: String)

Properties

styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId
text
Link copied to clipboard
val text: String

Sources

jvm source
Link copied to clipboard